@charset "UTF-8";
/* #region 初始化 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
}
body,table,input,textarea,select,option {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
ol,ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
dl,dd,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
button,input,optgroup,select,textarea {
	color: inherit;
	outline: none;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.sp {display: none !important;}
}
/* #region */
.comWidth {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 100;left: 0;display: none;}
#toolbar .list{display: flex;}
#toolbar .list li{width: 33.33%;background-color: #FC4400;border-radius: 8rem;}
#toolbar .list li:nth-child(2){background-color: #1AAD19;}
#toolbar .list li:nth-child(3){background-color: #0069FF;}
#toolbar .list a{display: flex;align-items: center;justify-content: center;font-size: 1.28rem;color: #fff;padding: .8rem 0;}
#toolbar .list img{width: 2.08rem;margin-right: .4rem;}
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 24rem;height: 24rem;padding: 1.6rem .8rem;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:.8rem;box-sizing: border-box;margin: -12rem auto 0;}
#wxnr img{width: 10.8rem;height: 10.8rem;display: block;margin: 0 auto;}
#wxnr p{font-size: 1.12rem;text-align:center;line-height: 2.4rem;}
#wxnr i{position: absolute;top: .4rem;right:.4rem;width: 1.6rem;height: 1.6rem;font-size: 1.12rem;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 .4rem;background-color: #1AAD19;color:#fff;border-radius: .4rem;cursor:pointer;}
#weixin{position: fixed;top: 50%;margin-top: -2.08rem;z-index: 9999999;font-size: 1.28rem;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: .4rem;display: none;line-height: 4rem;}
#container {
    padding-top: 4.15rem;
    font-size: 0;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.6vw;
}
#header .logo {
    width: 12.8rem;
}
#header .nav {
    display: flex;
}
#header .nav > li {
    margin: 0 1vw;
    position: relative;
}
#header .nav > li > a {
    font-size: .9rem;
    padding: 1.4rem .5rem;
    display: block;
    position: relative;
}
#header .nav > li > a:before {
	position: absolute;
	content: "";
	left: 51%;
	right: 51%;
	bottom: 0;
	background-color: #0271bd;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}
#header .nav > li.on > a:before,
#header .nav > li > a:hover:before {
	left: 0;
	right: 0;
}
#header .nav > li.on > a,
#header .nav > li > a:hover {
    color: #0271bd;
}
#header .navopen {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
#header .navopen .list {
    padding: .5rem 0;
}
#header .navopen a {
    white-space: nowrap;
    font-size: .9rem;
    display: block;
    text-align: center;
    padding: .5rem 1.3rem;
}
#header .navopen a:hover {
    color: #0271bd;
    background-color: #E5F1F8;
}
#header .hright {
    display: flex;
    align-items: center;
}
#header .tel {
    font-size: 1.1rem;
    margin-right: 1vw;
    background: url("../img/tel.png") no-repeat left center;
    background-size: 1rem auto;
    padding: 0 1rem 0 1.3rem;
    border-right: 1px solid #ccc;
    line-height: 1;
}
#header .search .link {
    font-size: .9rem;
    background: url("../img/search.png") no-repeat left center;
    background-size: .9rem auto;
    padding-left: 1.2rem;
    cursor: pointer;
}
#header .search .link.show {
    background-image: url("../img/close.png");
}
#header .search .open {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 2rem 0;
}
#header .search form {
    position: relative;
    border-bottom: 1px solid #ddd;
}
#header .search input {
	width: 100%;
	height: 3.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	color: #666;
	padding: 0 3.5rem 0 0;
}
#header .search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 3.5rem;
	width: 3.5rem;
	background: url("../img/search.png") no-repeat center center;
	background-size: 45% auto;
}
#header .search .hot {
    margin-top: 1.5rem;
    font-size: .9rem;
    color: #666;
}
#header .search .hot a {
    display: inline-block;
}
#header .search .hot a:hover {
    color: #0271bd;
}
.comFix {
	position: fixed;
	right: .8rem;
	top: 45%;
	z-index: 100;
    width: 3rem;
}
.comFix ul {
	box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	border-radius: 2.5rem;
    background-color: #fff;
    padding: 0 .5rem;
}
.comFix ul li:first-child {
    border-bottom: 1px solid #ddd;
}
.comFix ul a {
    display: block;
    padding: 0.7rem 0;
    position: relative;
}
.comFix ul .icon {
    width: 1.3rem;
    margin: 0 auto .3rem;
}
.comFix ul li:first-child .icon {
    animation: tdong 1s ease-in-out infinite alternate;
}
@keyframes tdong{from{transform:translate(0,0)} to{transform:translate(0,5px)}}
.comFix ul p {
    font-size: .7rem;
    text-align: center;
    line-height: 1.3;
}
.comFix ul a:hover p {
    color: #0271bd;
}
.comFix ul .txthide {
    width: 8rem;
	position: absolute;
	right: 3.4rem;
	bottom: 0;
	box-sizing: border-box;
	padding: .8rem 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-0.5rem);
	pointer-events: none;
	transition: 0.4s;
    text-align: center;
}
.comFix ul a:hover .txthide {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0rem);
}
.comFix ul .txthide .txt {
    font-size: .8rem;
    margin-bottom: .2rem;
}
.comFix ul .txthide .code {
    width: 5rem;
    margin: 0 auto 1rem;
}
.comFix ul .txthide .tel {
    font-size: 1rem;
    color: #0271bd;
    font-weight: bold;
}
.pagetop {
    margin-top: .5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
.pagetop.show {
    opacity: 1;
    visibility: visible;
}
.pagetop a {
    display: block;
    box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	border-radius: 2.5rem;
    background: #fff url("../img/pagetop.png") no-repeat center center;
    background-size: 39% auto;
    width: 3rem;
    height: 3rem;
}
.pagetop a:hover {
    background-color: #0271bd;
    background-image: url("../img/pagetop-w.png");
}
.comTtl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.comTtl span {
    display: block;
    font-size: 1rem;
    color: #666;
    letter-spacing: 2px;
}
.idxbox1 .swiper-slide img {
    width: 100%;
}
.idxbox2 {
    margin: 5rem 0;
}
.idxbox2 .comTtl {
    text-align: center;
}
.idxbox2 .swiperbox {
    position: relative;
    padding: 0 3rem;
}
.idxbox2 .swiper-slide {
    height: auto;
}
.idxbox2 .swiperbox a {
    display: block;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    position: relative;
}
.idxbox2 .swiperbox .photo {
    position: relative;
    padding-bottom: 62%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.idxbox2 .swiperbox .photo img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
    transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.idxbox2 .swiperbox a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.idxbox2 .swiperbox .txtbox {
    padding: 1.5rem 1rem 5.2rem;
}
.idxbox2 .swiperbox .ttl {
    font-size: 1.14rem;
    margin-bottom: .5rem;
    text-align: center;
}
.idxbox2 .swiperbox a:hover .ttl {
    color: #0271bd;
}
.idxbox2 .swiperbox .txt {
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
}
.idxbox2 .swiperbox .link {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    font-size: .8rem;
    width: 7rem;
    margin-left: -3.5rem;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 2.5rem;
    padding: .4rem 0;
    overflow: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
.idxbox2 .swiperbox .link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0271bd;
    border-radius: 2.5rem;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    z-index: 1;
}
.idxbox2 .swiperbox a:hover .link {
    border-color: transparent;
}
.idxbox2 .swiperbox a:hover .link:before {
    transform: scaleX(1);
    transform-origin: left;
}
.idxbox2 .swiperbox .link span {
    color: #666;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;transition: all .5s;
}
.idxbox2 .swiperbox a:hover .link span {
    color: #fff;
}
.idxbox2 .swiper-button-next:after,
.idxbox2 .swiper-button-prev:after {
    color: #ddd;
    font-size: 1.8rem;
}
.idxbox2 .swiper-button-next:hover:after,
.idxbox2 .swiper-button-prev:hover:after {
    color: #0271bd;
}
.idxbox2 .swiper-button-prev {
    left: 0;
}
.idxbox2 .swiper-button-next {
    right: 0;
}
.idxbox3 {
    background: url("../img/bg1.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
}
.idxbox3 .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url("../img/bg2.jpg") no-repeat right center;
    background-size: cover;
}
.idxbox3 .txtbox {
    width: 50%;
    padding: 4rem 3rem 4rem 0;
}
.idxbox3 .txt {
    font-size: .9rem;
    line-height: 2;
    color: #444;
    margin-bottom: 2rem;
}
.idxbox3 .inn {
    margin-top: 2.5rem;
}
.comLink a {
    display: block;
    width: 8rem;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 2.5rem;
    padding: .7rem 0;
    overflow: hidden;
    font-size: .8rem;
    position: relative;
    background-color: rgba(255,255,255,0.5);
}
.comLink a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0271bd;
    border-radius: 2.5rem;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    z-index: 1;
}
.comLink a:hover {
    border-color: transparent;
}
.comLink a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.comLink a span {
    color: #666;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;transition: all .5s;
}
.comLink a:hover span {
    color: #fff;
}
.idxbox4 {
    padding: 5rem 0;
    background: url("../img/bg9.png") no-repeat center center fixed;
    background-size: 100% auto;
}
.idxbox4 .comTtl {
    text-align: center;
}
.idxbox4 ul {
    display: flex;
}
.idxbox4 ul li {
    width: 28%;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 1%;
    cursor: pointer;
    background-color: #fff;
}
.idxbox4 ul .inn {
    position: relative;
    padding-bottom: 76%;
}
.idxbox4 ul .inn > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 2rem;
}
.idxbox4 ul .icon {
    position: relative;
    width: 3rem;
    margin: 0 auto 1rem;
}
.idxbox4 ul .icon .white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.idxbox4 ul li:hover .icon .white {
    opacity: 1;
}
.idxbox4 ul li:hover .icon .blue {
    opacity: 0;
}
.idxbox4 ul .ttl {
    text-align: center;
    font-size: 1.2rem;
}
.idxbox4 ul .txt {
    height: 0;
    overflow: hidden;
    font-size: .9rem;
    margin-top: 1rem;
    color: rgba(255,255,255,0.8);
    -webkit-transition: all .5s;transition: all .5s;
}
.idxbox4 ul li:hover {
    background-color: #0271bd;
}
.idxbox4 ul li:hover .ttl {
    color: #fff;
}
.idxbox4 ul li:hover .txt {
    height: 3.2rem;
}
.idxbox4 .list1 {
    margin-bottom: 2rem;
}
.idxbox4 .list2 {
    flex-direction: row-reverse;
}
.idxbox5 {
    margin-bottom: 5rem;
    padding: 4rem 0;
    background: url("../img/bg3.jpg") no-repeat center center fixed;
    background-size: cover;
}
.idxbox5 p {
    color: rgba(255,255,255,0.9);
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
.idxbox5 .txt1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.idxbox5 .txt2 {
    font-size: 1.3rem;
}
.idxbox6 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.idxbox6 .topbox .comTtl {
    margin-bottom: 0;
}
.idxbox6 ul {
    display: flex;
    justify-content: space-between;
}
.idxbox6 ul li {
    width: 30%;
}
.idxbox6 ul a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 3rem;
}
.idxbox6 ul .photo {
    position: relative;
    padding-bottom: 72%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.idxbox6 ul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.idxbox6 ul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.idxbox6 ul .ttl {
    font-size: 1.12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem;
}
.idxbox6 ul p {
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
}
.idxbox6 ul .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: .8rem;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: .5rem;
    background: url("../img/icon8.png") no-repeat right top 0.8rem;
    background-size: 1rem auto;
}
.idxbox6 ul a:hover .ttl {
    color: #0271bd;
}
.idxbox6 ul a:hover .time {
    border-top-color: #0271bd;
    background-image: url("../img/icon8-c.png");
}
#footer {
    margin-top: 5rem;
    background: url("../img/fbg.jpg") no-repeat center center;
    background-size: cover;
}
#footer .finner {
    padding: 2.5rem 2.6vw;
}
#footer .fwidth {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#footer .flogo {
    width: 8.3rem;
    opacity: 0.8;
}
#footer .fttl {
    font-size: .9rem;
    color: rgba(255,255,255,0.8);
    font-weight: bold;
    margin-bottom: 1rem;
}
#footer .fnav li {
    margin-top: .5rem;
    font-size: .75rem;
    color: rgba(255,255,255,0.6);
}
#footer .ftel a {
    display: block;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.8);
    background: url("../img/sp-tel.png") no-repeat left center;
    background-size: 1.5rem auto;
    padding-left: 1.8rem;
    font-weight: bold;
}
#footer .fcode {
    font-size: .8rem;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    position: relative;
}
#footer .fcode .icon {
    width: 1.5rem;
    margin: 0 auto .4rem;
}
#footer .fcode .code {
    width: 7rem;
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: 10;
    padding-right: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
#footer .fcode:hover .code {
    opacity: 1;
    visibility: visible;
}
#footer .fbtm {
    background-color: #3c434c;
    padding: 1rem 2.6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,0.6);
    font-size: .7rem;
}
#footer .fbtm a:hover {
    text-decoration: underline;
}
#footer .copyright span {
    margin: 0 .5rem;
}
#footer .copyright img {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    margin: -0.1rem 0.1rem 0 0;
}
#footer .fmap {
    display: flex;
    align-items: center;
}
#footer .friendlink {
	width: 7rem;
	border: 1px solid rgba(255,255,255,0.5);
	padding: .3rem .75rem;
	box-sizing: border-box;
	background: url("../img/icon1.png") no-repeat right 0.75rem center;
	background-size: 0.6rem auto;
	position: relative;
	margin-right: 1rem;
}
#footer .friendlink ul {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	border: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
    max-height: 12rem;
    overflow-y: auto;
}
#footer .friendlink:hover ul {
	display: block;
}
#footer .friendlink ul a {
	display: block;
	padding: .25rem;
    color: #333;
}
.comBg {
    background: url("../img/bg4.png") no-repeat center top;
    background-size: 100% auto;
}
.comPath {
    padding: 1.5rem 0;
    font-size: .8rem;
    color: #999;
}
.comPath a:hover {
    text-decoration: underline;
}
.comTop {
    margin: 2rem 0 5rem;
    display: flex;
    justify-content: space-between;
}
.comTop h1 {
    font-weight: bold;
    font-size: 2rem;
    max-width: 45%;
}
.comTop .rbox {
    width: 45%;
    border-left: 2px solid #e6e6e6;
    padding-left: 2rem;
}
.comTop .rbox p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.comTop .rbox .link a {
    padding-right: 1.7rem;
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    color: #FDA735;
    background: url("../img/icon8-y.png") no-repeat right center;
    background-size: 1rem auto;
}
.comTop .rbox .link a:hover {
    letter-spacing: 3px;
}
.comCate {
    margin-bottom: 4rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e6e6e6;
}
.comCate ul {
    display: flex;
    flex-wrap: wrap;
}
.comCate li {
    width: 16%;
    margin: 0 0.8% 0.8rem 0;
}
.comCate li:nth-child(6n) {
    margin-right: 0;
}
.comCate li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .8rem .5rem;
    font-size: .9rem;
    border-radius: 2.5rem;
    border: 1px solid #e6e6e6;
    text-align: center;
    background-color: #F9FAFC;
    position: relative;
    overflow: hidden;
}
.comCate li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0271bd;
    border-radius: 2.5rem;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    z-index: 1;
}
.comCate li.on a,
.comCate li a:hover {
    border-color: transparent;
}
.comCate li.on a:before,
.comCate li a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.comCate li a span {
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;transition: all .5s;
}
.comCate li.on a span,
.comCate li a:hover span {
    color: #fff;
}
.pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination a {
	margin: 0 .15rem .25rem;
	display: inline-block;
	padding: .4rem .4rem;
	box-sizing: border-box;
	min-width: 2rem;
	text-align: center;
	border-radius: .5rem;
    font-size: .8rem;
    border: 1px solid #e4e9ec;
}
.pagination .page-status {
	margin-right: .5rem;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
    border-color: #0271bd;
}
.comList {
    display: flex;
    flex-wrap: wrap;
}
.comList li {
    width: 30%;
    margin: 0 5% 2.5rem 0;
}
.comList li:nth-child(3n) {
    margin-right: 0;
}
.comList a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 2.7rem;
}
.comList .photo {
    position: relative;
    padding-bottom: 62%;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.comList .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comList a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.comList .ttl {
    font-size: 1rem;
}
.comList .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: .8rem;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: .5rem;
    background: url("../img/icon8.png") no-repeat right top 0.8rem;
    background-size: 1rem auto;
}
.comList a:hover .ttl {
    color: #0271bd;
}
.comList a:hover .time {
    border-top-color: #0271bd;
    background-image: url("../img/icon8-c.png");
}
.detailPage .topbox {
    margin: 2rem 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2rem;
}
.detailPage .topbox h1 {
    font-size: 1.5rem;
    text-align: center;
}
.detailPage .topbox ul {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.detailPage .topbox li {
    font-size: .8rem;
    margin: 0 1rem;
    color: #666;
}
.detailPage .topbox ul span {
    color: #0271bd;
}
.detailPage .info,
.detailPage .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.detailPage .info img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}
.detailPage .info table {
	width: 100% !important;
}
.detailPage .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.detailPage .info table th,
.detailPage .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.detailPage .info a,
.detailPage .info a * {
    color: #0271bd !important;
}
.detailPage .link {
    font-size: .8rem;
    color: #666;
    margin-top: 1rem;
}
.comPageList {
    margin-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.comPageList li {
    width: 45%;
}
.comPageList li:last-child {
    text-align: right;
}
.comPageList a {
    display: block;
    font-size: .9rem;
}
.comPageList span {
    display: block;
    margin-top: .2rem;
}
.comPageList a:hover span {
    color: #0271bd;
}
.comMore {
    margin-top: 5rem;
}
.comMore h2 {
    font-size: 1.3rem;
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
}
.comMore h2:before {
    position: absolute;
    left: 0;
    top: .3rem;
    bottom: .3rem;
    content: "";
    background-color: #0271bd;
    width: .2rem;
}
.comMore .comList li {
    margin-bottom: 0;
}
.contactPage .listul {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}
.contactPage .listul li {
    padding: 0 2rem;
}
.contactPage .listul .txt01 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contactPage .listul .txt01 img {
    width: 2.8rem;
}
.contactPage .listul .txt01 p {
    margin-left: .6rem;
    font-size: 1rem;
}
.contactPage .listul .txt01 p span {
    display: block;
    font-size: .8rem;
    color: #666;
}
.contactPage .listul .txt02 {
    font-size: 1rem;
}
.contactPage .listul .tel {
    font-size: 1.4rem;
    color: #0271bd;
    font-weight: bold;
}
.contactPage .mapbox {
    position: relative;
}
.contactPage .mapbox > img {
    width: 100%;
    border-radius: 10px;
}
.contactPage .mapbox a {
    width: 4rem;
    position: absolute;
    right: 25%;
    top: 50%;
}
.contactPage .mapbox a img {
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
      -webkit-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.aboutPage .comCate {
    margin-bottom: 0;
}
.aboutPage .abttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #0271bd;
    font-weight: bold;
}
.aboutPage .abttl span {
    display: block;
    color: #F6F6F6;
    font-family: Arial;
    font-size: 6rem;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: -2.5rem;
}
.aboutPage .box01 {
    padding: 4rem 0;
}
.aboutPage .box01 .imgbox {
    position: relative;
}
.aboutPage .box01 .lbox {
    width: 55%;
}
.aboutPage .box01 .lbox .txt {
    font-size: .9rem;
    line-height: 2;
    color: #666;
}
.aboutPage .box01 .lbox .txt p {
    margin-bottom: 1rem;
}
.aboutPage .box01 .rbox {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.aboutPage .box01 .rbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6rem 1rem 6rem 1rem;
}
.aboutPage .box02 {
    padding: 5rem 0;
    background: url("../img/bg6.jpg") no-repeat center center fixed;
    background-size: cover;
}
.aboutPage .box02 .abttl {
    color: #fff;
}
.aboutPage .box02 .abttl span {
    opacity: 0.4;
    margin-bottom: 0;
}
.aboutPage .box02 p {
    color: #fff;
    font-size: .9rem;
    max-width: 40%;
    line-height: 2;
}
.aboutPage .box03 {
    padding: 5rem 0;
    margin-bottom: -5rem;
    background: url("../img/bg7.png") no-repeat center bottom;
}
.aboutPage .box03 .abttl {
    text-align: center;
}
.aboutPage .box03 .swiper {
    padding-left: 8%;
}
.aboutPage .box03 .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.aboutPage .box03 .swiper .photo {
    width: 40%;
    height: 20rem;
    transform: scale(.75);
    -webkit-transition: all .5s;transition: all .5s;
}
.aboutPage .box03 .swiper .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.aboutPage .box03 .swiper .txtbox {
    width: 60%;
    padding: 2rem 0 0 1rem;
}
.aboutPage .box03 .swiper .icon {
    width: 1.5rem;
    margin-bottom: 1rem;
    opacity: 0.6;
    -webkit-transition: all .5s;transition: all .5s;
}
.aboutPage .box03 .swiper .cn {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    -webkit-transition: all .5s;transition: all .5s;
}
.aboutPage .box03 .swiper .en {
    font-size: .75rem;
    color: #666;
}
.aboutPage .box03 .swiper-slide-active .photo {
    transform: scale(1);
}
.aboutPage .box03 .swiper-slide-active .icon {
    width: 2rem;
}
.aboutPage .box03 .swiper-slide-active .cn {
    font-size: 1.3rem;
}
.solutionPage .listul {
    display: flex;
    flex-wrap: wrap;
}
.solutionPage .listul li {
    width: 30%;
    margin: 0 5% 2.5rem 0;
}
.solutionPage .listul li:nth-child(3n) {
    margin-right: 0;
}
.solutionPage .listul a {
    display: block;
    height: 100%;
    background-color: #F9FAFC;
    border-radius: 10px;
    position: relative;
    padding-bottom: 3.5rem;
}
.solutionPage .listul .photo {
    position: relative;
    padding-bottom: 70%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.solutionPage .listul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.solutionPage .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.solutionPage .listul .txtbox {
    position: relative;
    padding: 1.5rem 1rem;
}
.solutionPage .listul .pic {
    position: absolute;
    right: 1rem;
    top: 0;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    width: 6.5rem;
    height: 6.5rem;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.solutionPage .listul .pic img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
.solutionPage .listul .cate {
    color: #FDA735;
    font-size: .8rem;
    margin-bottom: .5rem;
}
.solutionPage .listul h2 {
    font-size: 1.2rem;
}
.solutionPage .listul .link {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}
.solutionPage .listul .link span {
    display: inline-block;
    font-size: .8rem;
    color: #666;
    background: url("../img/icon8.png") no-repeat right center;
    background-size: 1rem auto;
    padding-right: 1.7rem;
    -webkit-transition: all .5s;
  transition: all .5s;
}
.solutionPage .listul a:hover .link span {
    letter-spacing: 3px;
    color: #0271bd;
    background-image: url("../img/icon8-c.png");
}
.solndetailPage .topbox {
    margin-top: 2rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.5rem;
    position: relative;
}
.solndetailPage .topbox:before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    content: "";
    width: 8rem;
    height: 4px;
    margin-left: -4rem;
    background-color: #FDA735;
}
.solndetailPage .topbox h1 {
    font-size: 1.8rem;
    text-align: center;
}
.solndetailPage .posbox {
    position: relative;
    padding: 0 5rem;
}
.solndetailPage .otherbox {
    padding: 0 5rem;
}
.solndetailPage .fixbox {
    position: absolute;
    left: 0;
    top: 5rem;
    width: 5rem;
}
.solndetailPage .fixbox.fix {
    position: fixed;
    top: 9.15rem;
}
.solndetailPage .fixbox a {
    display: block;
    text-align: center;
    font-size: .8rem;
    color: #666;
    padding: .5rem 0;
}
.solndetailPage .fixbox .act a {
    color: #FDA735;
}
.solndetailPage .fixbox a:hover {
    color: #FDA735;
}
.solndetailPage .box {
    padding-top: 5rem;
}
.solndetailPage .box .httl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0271bd;
    font-weight: bold;
}
.solndetailPage .box .httl img {
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.2rem .5rem 0 0;
}
.solndetailPage .box .txtbox * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.solndetailPage .box01 .imgbox {
    position: relative;
}
.solndetailPage .box01 .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
}
.solndetailPage .box01 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.solndetailPage .box01 .txtbox {
    width: 55%;
}
.solndetailPage .box01 .txtbox p {
    margin-bottom: .5rem;
}
.solndetailPage .box02 table {
    margin-top: .5rem;
	border-collapse: collapse;
	width: 100% !important;
}
.solndetailPage .box02 table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.solndetailPage .box02 table th,
.solndetailPage .box02 table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
}
.solndetailPage .box02 table tr:hover {
    cursor: pointer;
    background-color: rgba(2, 113, 189,0.2);
}
.solndetailPage .box03 .imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solndetailPage .box03 .lbox {
    width: 40%;
    background: url("../img/bg8.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 100%;
    overflow: hidden;
}
.solndetailPage .box03 .swiper-slide {
    padding-bottom: 100%;
}
.solndetailPage .box03 .swiper-slide > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.solndetailPage .box03 .lbox .photo {
    position: absolute;
    left: 0;
    top: 10%;
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solndetailPage .box03 .lbox .photo img {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
}
.solndetailPage .box03 .lbox p {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}
.solndetailPage .box03 .rbox {
    width: 55%;
}
.solndetailPage .box03 .rbox li {
    margin-bottom: .5rem;
}
.solndetailPage .box03 .rbox ul {
    list-style: disclosure-closed;
    padding-left: 1.2rem;
}
.solndetailPage .box04 .txtbox p {
    margin-bottom: .5rem;
}
.solndetailPage .morebox {
    margin-top: 5rem;
}
.solndetailPage .morebox h2 {
    font-size: 1.3rem;
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
}
.solndetailPage .morebox h2:before {
    position: absolute;
    left: 0;
    top: .3rem;
    bottom: .3rem;
    content: "";
    background-color: #0271bd;
    width: .2rem;
}
.solndetailPage .morebox .listul {
    display: flex;
    justify-content: space-between;
}
.solndetailPage .morebox .listul li {
    width: 30%;
}
.solndetailPage .morebox .listul a {
    display: block;
}
.solndetailPage .morebox .listul .photo {
    position: relative;
    padding-bottom: 70%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.solndetailPage .morebox .listul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.solndetailPage .morebox .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.solndetailPage .morebox .listul .txtbox {
    position: relative;
    padding: 1.2rem 0 0;
}
.solndetailPage .morebox .listul .pic {
    position: absolute;
    right: 1rem;
    top: 0;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    width: 6rem;
    height: 6rem;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.solndetailPage .morebox .listul .pic img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
.solndetailPage .morebox .listul .cate {
    color: #FDA735;
    font-size: .8rem;
    margin-bottom: .4rem;
}
.solndetailPage .morebox .listul p {
    font-size: 1.1rem;
}
.searchPage .comTop form {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 2rem;
}
.searchPage .comTop form input {
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 0 7rem 0 1rem;
    font-size: 1rem;
}
.searchPage .comTop form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0271bd;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}
@media screen and (min-width: 1540px) {
	html,body {font-size: 20px;}
}
@media screen and (max-width: 1539px) {
	html,body {font-size: 19px;}
}
@media screen and (max-width: 1299px) {
	html,body {font-size: 18px;}
	/* #region */
    #header {padding: 0 1.6vw;}
    #header .tel {font-size: 1rem;}
    #header .logo {width: 10rem;}
    #header .nav > li {margin: 0 0.7vw;}
    .comCate li {width: 24.25%;margin-right: 1% !important;}
    .comCate li:nth-child(4n) {margin-right: 0 !important;}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
}
@media screen and (max-width: 768px) {
    body {font-size: inherit !important;}
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
	#toolbar{display: block;}
	/* #region */
    #container {
        padding-top: 4.9rem;
    }
    #header {
        padding: 1rem 5.5rem 1rem 1rem;
    }
    #header .logo {
        width: 15rem;
    }
    #header .menu {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -1.8rem;
        width: 3.6rem;
        padding: .8rem;
        transition: ease-out .36s;
    }
    #header .menu.on {
        transform: rotate(90deg);
    }
    #header .menu-shadow {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 600;
    }
    #header .nav {
        position: fixed;
        left: -101%;
        top: 0;
        width: 60%;
        height: 100vh;
        background-color: #fff;
        padding: 1rem 0;
        transition: ease-out .36s;
        z-index: 666;
        overflow-y: auto;
        display: block;
    }
     #header .nav.on {
        left: 0;
    }
    #header .nav > li {
        margin: 0;
    }
    #header .nav > li > a {
        font-size: 1.44rem;
        padding: 1rem;
    }
    #header .navopen {
        display: block;
        position: static;
        left: inherit;
        top: inherit;
        -webkit-transform: none;
        transform: none;
        box-shadow: none;
    }
    #header .navopen .list {
        padding: 0 0 1rem;
    }
    #header .navopen a {
        white-space: normal;
        font-size: 1.2rem;
        text-align: left;
        padding: .5rem 1rem;
        color: #666;
    }
    #header .hright {
        display: block;
    }
    #header .tel {
        display: none;
    }
    #header .search .link {
        font-size: 1.28rem;
        background-size: 1.2rem auto;
        padding-left: 1.5rem;
    }
    #header .search .hot {
        font-size: 1.2rem;
    }
    .comFix {
        top: inherit;
        bottom: 5rem;
        width: 3.5rem;
    }
    .comFix ul {
        display: none;
    }
    .pagetop {
        margin-top: 0;
    }
    .pagetop a {
        width: 3.5rem;
        height: 3.5rem;
    }
    .comTtl {
        font-size: 1.92rem;
        margin-bottom: 1.6rem;
    }
    .comTtl span {
        font-size: 1.12rem;
        letter-spacing: 1px;
    }
    .idxbox2 {
        margin: 3.2rem 0;
    }
    .idxbox2 .swiperbox .txtbox {
        padding: 1.5rem 1rem 6.2rem;
    }
    .idxbox2 .swiperbox .ttl {
        font-size: 1.44rem;
    }
    .idxbox2 .swiperbox .txt {
        font-size: 1.2rem;
    }
    .idxbox2 .swiperbox .link {
        font-size: 1.12rem;
        width: 10rem;
        margin-left: -5rem;
        padding: .5rem 0;
    }
    .idxbox3 {
        padding-bottom: 16rem;
    }
    .idxbox3 .comTtl {
        text-align: center;
    }
    .idxbox3 .photo {
        top: inherit;
        width: 100%;
        height: 16rem;
    }
    .idxbox3 .txtbox {
        width: auto;
        padding: 3rem 0;
    }
    .idxbox3 .txt {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .idxbox3 .inn {
        margin-top: 2rem;
    }
    .idxbox3 .comLink a {
        margin: 0 auto;
    }
    .comLink a {
        width: 10rem;
        font-size: 1.12rem;
    }
    .idxbox4 {
        padding: 3.2rem 0;
    }
    .idxbox4 ul {
        justify-content: space-between;
    }
    .idxbox4 ul li {
        width: 32%;
        margin: 0;
    }
    .idxbox4 ul .inn {
        position: static;
        padding-bottom: 0;
    }
    .idxbox4 ul .inn > div {
        position: static;
        left: inherit;
        top: inherit;
        width: auto;
        -webkit-transform: none;
        transform: none;
        padding: 1rem 0.5rem;
    }
    .idxbox4 ul .ttl {
        text-align: center;
        font-size: 1.28rem;
    }
    .idxbox4 ul .txt {
        display: none;
    }
    .idxbox4 .list1 {
        margin-bottom: 1rem;
    }
    .idxbox5 {
        margin-bottom: 3.2rem;
        padding: 3.2rem 0;
    }
    .idxbox6 .topbox {
        margin-bottom: 1.6rem;
    }
    .idxbox6 ul {
        display: block;
    }
    .idxbox6 ul li {
        width: auto;
        margin-bottom: 2rem;
    }
    .idxbox6 ul a {
        height: auto;
    }
    .idxbox6 ul .photo {
        padding-bottom: 60%;
        margin-bottom: 1rem;
    }
    .idxbox6 ul .ttl {
        font-size: 1.35rem;
        white-space: normal;
        overflow: inherit;
        text-overflow: inherit;
    }
    .idxbox6 ul p {
        font-size: 1.12rem;
    }
    .idxbox6 ul .time {
        font-size: 1.12rem;
        background-size: 1.2rem auto;
    }
    #footer {
        margin-top: 3.2rem;
    }
    #footer .finner {
        padding: 2.5rem 1rem;
    }
    #footer .fwidth {
        max-width: inherit;
        display: block;
    }
    #footer .flogo {
        width: 11rem;
        margin: 0 auto 1.5rem;
    }
    #footer .fttl {
        display: none;
    }
    #footer .fnav li {
        font-size: 1.2rem;
    }
    #footer .ftel {
        margin-top: 1rem;
    }
    #footer .ftel a {
        font-size: 1.92rem;
        background-size: 1.8rem auto;
        padding-left: 2.2rem;
    }
    #footer .fcode {
        display: none;
    }
    #footer .fbtm {
        padding: 1rem 1rem 5rem;
        display: block;
        font-size: 1.12rem;
    }
    #footer .copyright {
        text-align: center;
    }
    #footer .copyright span {
        margin: 0;
        display: block;
    }
    #footer .copyright img {
        width: 1rem;
        margin: -0.2rem 0.1rem 0 0;
    }
    #footer .fmap {
        margin-top: 1rem;
        justify-content: center;
    }
    #footer .friendlink {
        width: 10rem;
    }
    #footer .friendlink ul {
        max-height: 16rem;
    }
    .comPath {
        font-size: 1.12rem;
    }
    .comTop {
        margin: 1rem 0 3rem;
        display: block;
    }
    .comTop h1 {
        font-size: 1.92rem;
        max-width: inherit;
    }
    .comTop .rbox {
        width: auto;
        border-left: none;
        padding: 1rem 0 0;
    }
    .comTop .rbox p {
        font-size: 1.28rem;
        margin-bottom: 1rem;
    }
    .comTop .rbox .link a {
        padding-right: 1.9rem;
        font-size: 1.28rem;
        background-size: 1.2rem auto;
    }
    .comCate {
        margin-bottom: 3.2rem;
        padding-bottom: 1.5rem;
        overflow-x: auto;
    }
    .comCate ul {
        flex-wrap: nowrap;
    }
    .comCate li {
        width: auto;
        margin: 0 0.5rem 0 0 !important;
    }
    .comCate li a {
        display: block;
        height: auto;
        padding: .8rem 1.5rem;
        font-size: 1.28rem;
        white-space: nowrap;
    }
    .pagination {
        margin-top: 1rem;
    }
    .pagination a {
        min-width: 2.7rem;
        font-size: 1.12rem;
    }
    .comList {
        display: block;
    }
    .comList li {
        width: auto;
        margin: 0 0 2rem;
    }
    .comList a {
        height: auto;
        padding-bottom: 3.5rem;
    }
    .comList .photo {
        padding-bottom: 60%;
    }
    .comList .ttl {
        font-size: 1.28rem;
    }
    .comList .time {
        font-size: 1.12rem;
        background-size: 1.2rem auto;
    }
    .detailPage .topbox {
        margin: 1rem 0 2rem;
        padding-bottom: 1rem;
    }
    .detailPage .topbox h1 {
        font-size: 1.7rem;
    }
    .detailPage .topbox ul {
        display: block;
        margin-top: 1.5rem;
    }
    .detailPage .topbox li {
        font-size: 1.12rem;
        margin: 0;
    }
    .detailPage .info,
    .detailPage .info * {
        font-size: 1.26rem !important;
        line-height: 1.8 !important;
    }
    .detailPage .link {
        font-size: 1.2rem;
    }
    .comPageList {
        display: block;
    }
    .comPageList li {
        width: auto;
    }
    .comPageList li:last-child {
        text-align: left;
        margin-top: 1rem;
    }
    .comPageList a {
        font-size: 1.2rem;
    }
    .comMore {
        margin-top: 3.2rem;
    }
    .comMore h2 {
        font-size: 1.6rem;
        padding-left: 1rem;
    }
    .comMore .comList li {
        margin-bottom: 2rem;
    }
    .contactPage .listul {
        margin-bottom: 0;
        display: block;
    }
    .contactPage .listul li {
        padding: 0 0 2rem;
    }
    .contactPage .listul .txt01 p {
        margin-left: .8rem;
        font-size: 1.28rem;
    }
    .contactPage .listul .txt01 p span {
        font-size: 1.12rem;
    }
    .contactPage .listul .txt02 {
        font-size: 1.4rem;
    }
    .contactPage .listul .tel {
        font-size: 1.7rem;
    }
    .contactPage .mapbox a {
        right: 44%;
        top: 30%;
    }
    .aboutPage .abttl {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .aboutPage .abttl span {
        font-size: 4rem;
        margin-bottom: -2rem;
    }
    .aboutPage .box01 {
        padding: 3.2rem 0;
    }
    .aboutPage .box01 .imgbox {
        position: static;
    }
    .aboutPage .box01 .lbox {
        width: auto;
    }
    .aboutPage .box01 .lbox .txt {
        font-size: 1.24rem;
        line-height: 1.8;
    }
    .aboutPage .box01 .rbox {
        width: auto;
        height: auto;
        position: static;
    }
    .aboutPage .box01 .rbox img {
        position: static;
        height: auto;
        object-fit: inherit;
        border-radius: 10px;
    }
    .aboutPage .box02 {
        padding: 3.2rem 0;
    }
    .aboutPage .box02 p {
        font-size: 1.24rem;
        max-width: inherit;
        line-height: 1.8;
    }
    .aboutPage .box03 {
        padding: 3.2rem 0;
        margin-bottom: -3.2rem;
        background-size: 100% auto;
    }
    .aboutPage .box03 .swiper .photo {
        height: 18rem;
    }
    .aboutPage .box03 .swiper .txtbox {
        padding: 1rem 0 0 1rem;
    }
    .aboutPage .box03 .swiper .cn {
        font-size: 1.28rem;
    }
    .aboutPage .box03 .swiper .en {
        font-size: 1.12rem;
    }
    .aboutPage .box03 .swiper-slide-active .cn {
        font-size: 1.44rem;
    }
    .solutionPage .listul {
        display: block;
    }
    .solutionPage .listul li {
        width: auto;
        margin: 0 0 1rem;
    }
    .solutionPage .listul a {
        height: auto;
        padding-bottom: 3.5rem;
    }
    .solutionPage .listul .photo {
        padding-bottom: 60%;
    }
    .solutionPage .listul .pic {
        width: 7.5rem;
        height: 7.5rem;
    }
    .solutionPage .listul .cate {
        font-size: 1.12rem;
        margin-bottom: .5rem;
    }
    .solutionPage .listul h2 {
        font-size: 1.44rem;
    }
    .solutionPage .listul .link span {
        font-size: 1.12rem;
        background-size: 1.2rem auto;
        padding-right: 1.9rem;
    }
    .solndetailPage .topbox {
        margin-top: 1rem;
    }
    .solndetailPage .topbox:before {
        bottom: -1px;
        width: 6rem;
        height: 2px;
        margin-left: -3rem;
    }
    .solndetailPage .topbox h1 {
        font-size: 1.7rem;
    }
    .solndetailPage .posbox {
        padding: 0;
    }
    .solndetailPage .otherbox {
        padding: 0;
    }
    .solndetailPage .fixbox {
        display: none;
    }
    .solndetailPage .box {
        padding-top: 3rem;
    }
    .solndetailPage .box .httl {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }
    .solndetailPage .box .txtbox * {
        font-size: 1.26rem !important;
        line-height: 1.8 !important;
    }
    .solndetailPage .box01 .imgbox {
        position: static;
    }
    .solndetailPage .box01 .photo {
        position: static;
        width: auto;
    }
    .solndetailPage .box01 .photo img {
        height: auto;
        object-fit: inherit;
    }
    .solndetailPage .box01 .txtbox {
        width: auto;
    }
    .solndetailPage .box03 .imgbox {
        display: block;
    }
    .solndetailPage .box03 .lbox {
        width: 90%;
        margin: 0 auto 1rem;
    }
    .solndetailPage .box03 .lbox .photo {
        top: 5%;
    }
    .solndetailPage .box03 .lbox p {
        bottom: 15%;
        font-size: 1.2rem;
    }
    .solndetailPage .box03 .rbox {
        width: auto;
    }
    .solndetailPage .morebox {
        margin-top: 3.2rem;
    }
    .solndetailPage .morebox h2 {
        font-size: 1.6rem;
        padding-left: 1rem;
        margin-bottom: 1rem;
    }
    .solndetailPage .morebox .listul {
        display: block;
    }
    .solndetailPage .morebox .listul li {
        width: auto;
        margin-bottom: 2rem;
    }
    .solndetailPage .morebox .listul .photo {
        padding-bottom: 60%;
    }
    .solndetailPage .morebox .listul .pic {
        width: 7rem;
        height: 7rem;
    }
    .solndetailPage .morebox .listul .cate {
        font-size: 1.12rem;
        margin-bottom: .4rem;
    }
    .solndetailPage .morebox .listul p {
        font-size: 1.3rem;
    }
    .searchPage .comTop form input {
        height: 4rem;
        font-size: 1.26rem;
    }
    .searchPage .comTop form button {
        font-size: 1.26rem;
    }
}